home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / hdf / docs / hdfvset.lha / HDFVset.toc < prev    next >
Text File  |  1994-01-10  |  4KB  |  188 lines

  1. i    NCSA HDF Vset 
  2.  
  3. Table of Contents    i
  4.  
  5. National Center for Supercomputing Applications
  6.  
  7. November 1990
  8.  
  9.                                                                 
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.     Table of Contents
  19.  
  20.  
  21.  
  22.  
  23. Introduction
  24. Overview  ix
  25. What Is an HDF Vset?  ix
  26. Uses of HDF Vsets  ix
  27. New Features in HDF Vset 2.0  x
  28. System Requirements  xi
  29. Use of This Manual  xi
  30.     Manual Contents  xi
  31.     Form of Presentation  xii
  32.     Further Reading  xiii
  33. Chapter 1    NCSA HDF Vset Basics
  34. Chapter Overview  1.1
  35. Understanding HDF Vset  1.1
  36. Deciding on a Vset Scheme  1.2
  37. Examining the HDF Vset Interface  1.5
  38. Using Examples  1.5
  39.     Example 1:  Writing Data  1.5
  40.     Example 2:  Reading Data  1.7
  41.     Example 3:  Using Meshes and     
  42.             Connectivity Lists  1.9
  43.     Example 4:  Linking Vset Elements  1.12
  44. Using the HDF Vset Routines  1.14
  45. Naming Vgroups and Vdatas  1.15
  46. Chapter 2    Vdatas
  47. Chapter Overview  2.1
  48. Interlacing  2.1
  49. Working with Interlacing  2.1
  50. HDF Data Format  2.3
  51. Vdata Options  2.4
  52.     Selecting Random-Access Reads  2.4
  53.     Writing Fields of Mixed Types  2.4
  54.     Specifying Read Fields  2.6
  55.     Inquiring About a Vdata  2.7
  56.     Using Searching Strategies  2.8
  57.     Accessing Vdatas Simultaneously  2.10
  58. Chapter 3    Vset Utilities
  59. Chapter Overview  3.1
  60. vshow  3.1
  61.     Synopsis  3.1
  62.     vshow Description  3.1
  63.     Bugs  3.1
  64. vmake  3.2
  65.     Synopsis  3.2
  66.     vmake Description  3.2
  67.     Creating New Vgroups  3.2
  68.     Creating New Vdata  3.2
  69.     Creating Links  3.3
  70.     Bugs  3.3
  71.  
  72. Chapter 4    Vgroup Routine Descriptions
  73. Chapter Overview  4.1
  74.     Vattach  4.1
  75.     Vdetach  4.1
  76.     Vgetclass  4.2
  77.     Vgetid  4.2
  78.     Vgetname  4.2
  79.     Vgetnext  4.2
  80.     Vinquire  4.3
  81.     Vinsert  4.3
  82.     Visvg  4.3
  83.     Visvs  4.4
  84.     Vlone  4.4
  85.     Vsetclass 4.4
  86.     Vsetname  4.5
  87. Chapter 5    Vdata Routine Descriptions
  88. Chapter Overview  5.1
  89.     VSattach  5.1
  90.     VSdetach  5.1
  91.     VSfdefine  5.2
  92.     VSfexist  5.3
  93.     VSgetclass 5.3
  94.     VSgetid  5.3
  95.     VSgetname  5.3
  96.     VSinquire  5.4
  97.     VSlone  5.4
  98.     VSread  5.5
  99.     VSseek  5.5
  100.     VSsetclass  5.6
  101.     VSsetfields  5.6
  102.     VSsetinterlace  5.7
  103.     VSsetname  5.7
  104.     VSwrite  5.7
  105. Chapter 6    HDF Vset FORTRAN Interface
  106. Chapter Overview  6.1
  107.     Vgroup Level Calls  6.1
  108.     Vdata Level Calls  6.1
  109. Vgroup FORTRAN Routines  6.2
  110.     VFATCH  6.2
  111.     VFDTCH  6.2
  112.     VFGCLS  6.2
  113.     VFGID  6.2
  114.     VFGNAM  6.3
  115.     VFGNXT  6.3
  116.     VFINQ  6.3
  117.     VFINSRT  6.3
  118.     VFISVG  6.3
  119.     VFISVS  6.3
  120.     VFLONE  6.4
  121.     VFSCLS  6.4
  122.     VFSNAM  6.4
  123. Vdata FORTRAN Routines  6.5
  124.     VSFATCH  6.5
  125.     VSFDTCH  6.5
  126.     VSFFDEF  6.5
  127.     VSFEX  6.6
  128.     VSFGCLS  6.6
  129.     VSFGID  6.6
  130.     VSFGNAM  6.6
  131.     VSFINQ  6.6
  132.     VSFLONE  6.7
  133.     VSFREAD  6.7
  134.     VSFSEEK  6.7
  135.     VSFSFLD  6.8
  136.     VSFSINT  6.8
  137.     VSFSNAM  6.8
  138.     VSFWRIT  6.8
  139. FORTRAN Example  6.9
  140. Appendix A    NCSA HDF Vset Calls at a Glance
  141. Overview  A.1
  142. Vgroup calls  A.1
  143. Vdata calls  A.1
  144. Appendix B    NCSA HDF Vset Calls Summary
  145. Overview  B.1
  146. Calling Sequences  B.1
  147. Appendix C    Pre-defined Fieldnames
  148. Overview  C.1
  149. Appendix D      Source Files
  150. Overview  D.1
  151. Source Files D.1
  152. Appendix E    Compatibility Information for 1.0 Users
  153. Overview  E.1
  154. Source Files  E.1
  155. Appendix F    Obtaining NCSA Software
  156. Overview  F.1
  157. Obtaining NCSA Software  F.1
  158.     FTP  F.1
  159.     Archive Server  F.2
  160.     Mail  F.3     
  161.  
  162. Figures and Tables
  163. Figure 1.1    Analogy Between the HDF Vset and the 
  164. UNIX File System  1.1
  165. Figure 1.2    Sharing Data Among Vsets  1.2
  166. Figure 1.3    Vset Schemes  1.3
  167. Figure 1.4    HDF File with Three Vsets  1.4
  168. Figure 1.5    Writing to a Vset Data  1.5
  169. Figure 1.6    Reading Data from a Vset  1.7
  170. Figure 1.7    Mesh and Connectivity List  1.10
  171. Figure 1.8    Storing a Connectivity List  1.11
  172. Figure 1.9    Linking Vgroups and Vdatas  1.12
  173. Figure 2.1    Interlacing Within Vdatas  2.3
  174. Figure 2.2    Structure Array Vs. Packed Array  2.5
  175. Figure 2.3    Packing Data  2.6
  176. Figure 2.4    Searching for a Vgroup  2.8
  177. Figure 2.5    Searching for a Vdata  2.8
  178. Figure 2.6    Hierarchical Searching  2.9
  179. Figure 2.7    Search Using Fieldnames  2.10
  180. Figure 2.8    Accessing Vdatas Simultaneously  2.10
  181.  
  182. Table 1.1    Vset Routines  1.5
  183. Table B.1    Calling Sequence Variables  B.1
  184. Table B.2    Vset Calls Summary  B.2
  185. Table C.1    Predefined Fieldnames  C.1
  186.  
  187.  
  188.